/* back to top */
.arrow123
{
    border: 9px solid transparent;
    border-bottom-color: #FFFFFF;
    width: 3px;
    height: 3px;
    top:5px;
}
.stick123
{
    width: 8px;
    height: 18px;
    border-radius: 1px;
    background-color: #FFFFFF;
    top: 18px;
}
#back_top div
{
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
	

}
#back_top
{
    background-color: #FF7800;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom:20px;
    display: none;
	line-height: 55px;
	z-index: 5;
	
}



.scrollup
{
	width: 55px;
	right: 20px;
	z-index: 5;
	height: 55px;
	bottom: 20px;
	display: none;
	position: fixed;
	border-radius: 100%;
	line-height: 55px;
	background-color: #FF7800;
}


/* Style for the custom notification */
        .notification {
            position: fixed;
            top: 130px;
            right: 800px;
            background-color:coral;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            /*animation: fadeOut 3.5s ease-in-out;*/
        }

        @keyframes fadeOut {
            0% { opacity: 1; }
            100% { opacity: 0; }
        }
